home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / qkdoor.zip / QKDOOR.DOC next >
Text File  |  1990-12-16  |  5KB  |  178 lines

  1. QuickDoor v2.C                (c) Copyright 1989,1990
  2.  
  3. Door Conversion               Christopher Hall
  4. Utility                       PC Network  (505) 821-5341
  5.                               6067 McKinney, NE
  6.                               Albuquerque, NM  87109
  7.                               FidoNet:    1:301/2
  8.                               CompuServe: 72150,752
  9.  
  10. Legal:
  11.  
  12. THIS IS NOT FREE SOFTWARE!  IT IS BEING DISTRIBUTED ON THE SHAREWARE
  13. BASIS.  IF YOU USE THIS SOFTWARE, THEN YOU ARE EXPECTED TO REGISTER IT
  14. WITH THE AUTHOR.  THE $10.00 REGISTRATION FEE SHOULD BE MAILED TO THE
  15. ABOVE ADDRESS.  REGISTRATION WILL COVER THIS VERSION AND ALL FUTURE
  16. UPGRADES.
  17.  
  18. HELP SUPPORT SHAREWARE AUTHORS!!!!!!!
  19.  
  20. Changes:
  21.  
  22. v2.C
  23.  
  24. Some minor bug fixes for the GT and GT5 formats.
  25. Added support for the new style DOOR.SYS file.  Keyword is DOOR.
  26.  
  27. v2.B
  28.  
  29. Added support for WWIV!  New keyword is WWIV.
  30.  
  31. v2.A
  32.  
  33. Added support for GT PowerComm v15.5!  New keyword is GT5.
  34.  
  35. v2.9
  36.  
  37. Added support for the new OPUS v1.10!  New KeyWord is OPUSxx - where xx
  38. is the Task Number being run.  Example:  QkDoor Opus01 QBBS
  39.                                (Reads LastUS01.DAT writes Dorinfo1.Def)
  40.  
  41. Note: Full support for writing the LastUSxx.Dat file has not be tested
  42. completely - I suggest NOT converting TO OPUS as this time.  The program
  43. should READ the OPUS file properly, however.
  44.  
  45. v2.8
  46.  
  47. For both OSIRIS and OSIRIS SE - QkDoor will look for an environment
  48. variable of the type COMx=#####.  If found, the Locked Baud rate will
  49. be set to the value found.
  50.  
  51. Added support for Remote Access.  Will write both the DorInfo1.Def and
  52. ExitInfo.BBS files used by Remote Access. (Keyword: RA)
  53.  
  54. v2.7
  55.  
  56. Changed the name of Lynx to Osiris to keep up with the author!
  57.  
  58. Made some minor changes in the KeyWords!
  59.   QuickBBS is now QBBS
  60.   Osiris   is now OS
  61.   OsirisSE is now OSSE
  62.  
  63. The program will now write the ExitInfo.BBS file for QuickBBS.
  64.  
  65. v2.6
  66.  
  67. Added support for SpitFire BBS systems.  New KeyWord: "Spit" will
  68. read/write the SFDoors.Dat file used by SpitFire.
  69.  
  70. Added support for the Birthday lines in GAP's new Door.Sys file.
  71.  
  72. v2.5
  73.  
  74. Added support for QuickBBS v2.62's new ExitInfo.BBS file structure.
  75. Changed how the DCE & DTE Baud rates are written to several of the
  76. different file structures.  Therefore, this is a BETA release.
  77.  
  78. v2.4
  79.  
  80. The QkDoor.Ctl file is now OPTIONAL.  If it is found, then the default
  81. values found within will be used, however, it is not required!
  82.  
  83. Updated the Lynx and RBBS Door Types.
  84.  
  85. The LYNX Door Type now supports the new Lynx EXTINFO#.QBS file format.
  86.  
  87. The calling syntax for Lynx is now Lynx# - where # corresponds
  88. to the NODE # being used.
  89. Eg.  QkDoor QBBS Lynx2 (which will write EXTINFO2.QBS)
  90.  
  91. Similarly, RBBS must now be called with the # Node specifier.
  92. Eg.  QkDoor QBBS RBBS2 (which will write DorInfo2.Def)
  93.  
  94. Overview:
  95.  
  96. This program is designed to allow for fast and easy conversions to/from
  97. any of the supported BBS Door info file types to any other.
  98.  
  99. Currently supported (or working on) door types are:
  100.  
  101.   GAP             -> Door.Sys
  102.   Genesis Deluxe  -> CallInfo.BBS
  103.   GT PowerComm    -> GTUser.BBS
  104.   Osiris#         -> ExtInfo#.QBS
  105.   OsirisSE###     -> Out###.QBS
  106.   PCBoard v12xx   -> PCBoard.Sys
  107.                      PCBoard.Dat
  108.                      Users
  109.   PCBoard v14xx   -> PCBoard.Sys
  110.                      PCBoard.Dat
  111.                      Users
  112.   QuickBBS        -> DorInfo1.Def
  113.   RBBS#           -> DorInfo#.Def
  114.   WildCat         -> CallInfo.BBS
  115.  
  116. Calling Syntax:
  117.  
  118.   QkDoor [Path\]From_Door_Type [Path\]To_Door_Type [Locked_Baud_Rate]
  119.  
  120. Examples:
  121.  
  122.   QkDoor QBBS GAP
  123.          (Reads Dorinfo1.Def - Writes Door.Sys)
  124.  
  125.   QkDoor GAP QBBS
  126.          (Reads Door.Sys - Writes Dorinof1.Def)
  127.  
  128.   QkDoor C:\BBS\QBBS C:\BBS\GAP\GAP
  129.          (Reads C:\BBS\Dorinfo1.Def - Writes C:\BBS\GAP\Door.Sys)
  130.  
  131.   QkDoor C:\PCB\PCB14 C:\QuickBBS\QBBS
  132.          (Reads C:\PCB\PCBoard.Sys - Writes C:\QuickBBS\Dorinfo1.Def)
  133.  
  134.   QkDoor PCB14 C:\PCB\DOORS\PCB12
  135.          (Read PCBoard.Sys in Current Directory -
  136.           Writes PCBoard.Sys, PCBoard.Dat & Users in C:\PCB\Doors)
  137.  
  138.   QkDoor GAP QBBS 19200
  139.          (Read Door.Sys - Writes Dorinfo1.Def with Baud Rate of 19200)
  140.  
  141.   You get the idea!
  142.  
  143. Recognized KeyWords:
  144.  
  145.   GAP, GT, OSIRIS#, OSIRISSE###, PCB12, PCB14, QBBS, RBBS#,
  146.   Spit, WildCat, Genesis
  147.  
  148.    - Case does NOT matter
  149.    - # Corresponds to the Node Number
  150.  
  151. Other [Optional] File
  152.  
  153. Because so many of the Door Info files contain certain information that
  154. others do not - it was necessary to create some default values.  I have
  155. made it possible for the Sysop to enter some of his own default values.
  156. A file called "QkDoor.Ctl" may reside in the same directory as the
  157. QkDoor.Exe program.  The format of this file is as follows:
  158.  
  159. "QkDoor.Ctl"
  160.  
  161. COM1                  { Line 1 - Default Comm Port      }
  162. PC Network            { Line 2 - System Name            }
  163. Chris                 { Line 3 - Sysop's First Name     }
  164. Hall                  { Line 4 - Sysop's Last Name      }
  165. 60                    { Line 5 - Default Security Level }
  166. PASSWORD              { Line 6 - Default Door Password  }
  167.  
  168. This is a straight CR/LF Ascii file and must contain all 6 lines with
  169. the comments deleted!
  170.  
  171. That's about it.  I'll be awaiting any comments/suggestions/file
  172. formats, etc.
  173.  
  174. Chris Hall
  175. Fido (1:301/2)
  176. (505) 821-5341 - PC Network
  177.  
  178.